home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / poco / pocosetup.exe / {app} / Poco.exe / 0 / RCDATA / TTHESDIALOG / TTHESDIALOG.txt
Text File  |  2003-07-29  |  3KB  |  158 lines

  1. object ThesDialog: TThesDialog
  2.   Left = 515
  3.   Top = 241
  4.   ActiveControl = WordList
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'xxThesaurus:  English'
  8.   ClientHeight = 211
  9.   ClientWidth = 361
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   OnCloseQuery = FormCloseQuery
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object LookedUpLabel: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 66
  24.     Height = 13
  25.     Caption = 'xxLooked &Up:'
  26.     FocusControl = LookupCombo
  27.   end
  28.   object ContextsLabel: TLabel
  29.     Left = 8
  30.     Top = 56
  31.     Width = 54
  32.     Height = 13
  33.     Caption = 'xxConte&xts:'
  34.     FocusControl = ContextLV
  35.   end
  36.   object ReplaceWithLabel: TLabel
  37.     Left = 184
  38.     Top = 8
  39.     Width = 78
  40.     Height = 13
  41.     Caption = 'xxReplace &With:'
  42.     FocusControl = ReplaceEdit
  43.   end
  44.   object LookupCombo: TComboBox
  45.     Left = 8
  46.     Top = 24
  47.     Width = 161
  48.     Height = 21
  49.     Style = csDropDownList
  50.     ItemHeight = 13
  51.     TabOrder = 0
  52.     OnChange = LookupComboChange
  53.   end
  54.   object ContextLV: TListView
  55.     Left = 8
  56.     Top = 72
  57.     Width = 161
  58.     Height = 105
  59.     Anchors = [akLeft, akTop, akBottom]
  60.     Columns = <
  61.       item
  62.       end
  63.       item
  64.       end>
  65.     HideSelection = False
  66.     ReadOnly = True
  67.     RowSelect = True
  68.     ShowColumnHeaders = False
  69.     TabOrder = 1
  70.     ViewStyle = vsReport
  71.     OnChange = ContextLVChange
  72.   end
  73.   object ReplaceEdit: TEdit
  74.     Left = 184
  75.     Top = 24
  76.     Width = 169
  77.     Height = 21
  78.     TabOrder = 2
  79.     OnChange = ReplaceEditChange
  80.   end
  81.   object CloseButton: TButton
  82.     Left = 278
  83.     Top = 184
  84.     Width = 75
  85.     Height = 23
  86.     Anchors = [akLeft, akBottom]
  87.     Cancel = True
  88.     Caption = 'xx&Close'
  89.     TabOrder = 6
  90.     OnClick = CloseButtonClick
  91.   end
  92.   object PreviousButton: TButton
  93.     Left = 8
  94.     Top = 184
  95.     Width = 75
  96.     Height = 23
  97.     Anchors = [akLeft, akBottom]
  98.     Caption = 'xx&Previous'
  99.     Enabled = False
  100.     TabOrder = 4
  101.     OnClick = PreviousButtonClick
  102.   end
  103.   object ReplaceButton: TButton
  104.     Left = 192
  105.     Top = 184
  106.     Width = 75
  107.     Height = 23
  108.     Anchors = [akLeft, akBottom]
  109.     Caption = 'xx&Replace'
  110.     Enabled = False
  111.     TabOrder = 5
  112.     OnClick = ReplaceButtonClick
  113.   end
  114.   object WordList: TListView
  115.     Left = 192
  116.     Top = 48
  117.     Width = 162
  118.     Height = 129
  119.     Anchors = [akLeft, akTop, akBottom]
  120.     Columns = <
  121.       item
  122.       end>
  123.     HideSelection = False
  124.     ReadOnly = True
  125.     RowSelect = True
  126.     ShowColumnHeaders = False
  127.     TabOrder = 3
  128.     ViewStyle = vsReport
  129.     OnChange = WordListChange
  130.     OnDblClick = WordListDblClick
  131.   end
  132.   object LookupButton: TButton
  133.     Left = 94
  134.     Top = 184
  135.     Width = 75
  136.     Height = 23
  137.     Anchors = [akLeft, akBottom]
  138.     Caption = 'xx&Lookup'
  139.     Enabled = False
  140.     TabOrder = 7
  141.     OnClick = LookupButtonClick
  142.   end
  143.   object DialogControl: TThesaurusDialogCtrl
  144.     OnPromptLookup = DialogControlPromptLookup
  145.     OnPromptContext = DialogControlPromptContext
  146.     OnActivate = DialogControlActivate
  147.     Left = 200
  148.     Top = 56
  149.   end
  150.   object Timer: TTimer
  151.     Enabled = False
  152.     Interval = 10
  153.     OnTimer = TimerTimer
  154.     Left = 200
  155.     Top = 88
  156.   end
  157. end
  158.